SELECT p.iPostID, p.iPostType, p.iAdType, p.iUserType, p.strTitle, p.iSubType, p.iItemType, p.iPrice, p.iPriceUnit, json_unquote(p.jsonLocation->"$.city") AS city, p.jsonExtra, p.tmPosted, p.iShowImg, p.strImages, p.strVideos, p.strPostURL FROM posts p WHERE p.iActive=1 AND p.iPostType=12 AND iPostID IN (SELECT t.iPostID FROM posttext t WHERE t.iDomID=101 AND MATCH (t.strSearch) AGAINST ('+where to +post +free +classified +ads' IN BOOLEAN MODE)) AND iCityID IN (68056,67682,69502,67107,70149,67571,69280,69777,69977,69452,67640,68800,67804,67420) ORDER BY FIELD(iCityID, 68056,67682,69502,67107,70149,67571,69280,69777,69977,69452,67640,68800,67804,67420) ASC, p.tmPosted DESC LIMIT 24